.forenwanted_show{
     display: flex;
  flex-wrap: wrap;
}

.forenwanted_show > .forenwanted_show_bit{
    width:345px;
    height: auto;
    margin:4px;
    padding: 4px;
    box-sizing: border-box;
}

.gesucheTitle{
text-align: center;
font-size: 17px;
width: 391px;
margin: 2px;
border-bottom: 1px solid #d59f42;
text-transform: uppercase;
}

.gesuchName{
font-size: 15px;
	width: 389px;
margin: 2px;
	text-align: center;
	color: #d59f42;
	font-weight: bold;
background: #349a96;
}

.gesuchUntertitel{
text-align: center;
font-size: 13px;
width: 389px;
background: #349a96;
color: #000;
margin: 2px;
}

.gesuchInfo{
width: 365px;
font-size: 12px;
margin: 5px;
}

.gesuchInfobox{
width: 365px;
height: 190px;
	overflow: auto;
padding: 5px;
	font-size: 12px;
margin: auto;
background: #349a96;
color: #000;
text-align: justify;
}

.gesuchInfo b{
color:  #000;
font-weight: 600;
background: #349a96;
margin: 5px;
padding: 2px;
}

.gesuchErstellt{
font-size: 11px;
background: #349a96;
color: #000;
width: 389px;
margin: 2px;
text-align: center;
}

.gesuchOptionen{
text-align: center;
}

.gesuchOptionen i{
text-align: center;
width: 30px;
border: 1px solid #000;
padding: 1px;
margin: 2px;
}

.wanted_show_bit {
background: #206161;
margin: 3px;
}